home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
screenplay
/
shareware
/
tgm
/
install tgm
< prev
next >
Wrap
Text File
|
1996-09-21
|
517b
|
32 lines
echo "Copying Librarys and Fonts and Stuff"
wait 2
if exists sys:libs/CanDoGfx.library
echo "CanDoGfx Library already there!"
wait 3
else
copy CanDoGfx.library to sys:libs/
endif
if exists sys:c/togglewb
echo "ToggleWB is already there!"
wait 3
else
copy togglewb to sys:c/
endif
if exists sys:fonts/orient
echo "Orient already there!"
wait 3
else
copy orient to sys:fonts/
endif
if exists sys:fonts/orient.font
ECHO "Orient.font already there!"
wait 3
else
copy orient.font to sys:fonts/
endif
ECHO "Fini"
wait 3